home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ffmerge.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  492 b   |  24 lines

  1. .TH FFMERGE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. FFMERGE
  5.  
  6.  
  7.  
  8.  CurveType FFMERGE( ListType E1Curves, NumericType PointType )@
  9.  
  10.  or
  11.  
  12.  SurfaceType FFMERGE( ListType E1Surfaces, NumericType PointType )
  13.  
  14. Merges the scalar curves in the list of curves E1Curves or list
  15. of surfaces E1Surfaces to one vector curve/surface of point type
  16. PointType.
  17.  
  18. Example:
  19.  
  20.  Srf = FFMERGE( list( SrfW, SrfX, SrfY ), P2 );
  21.  
  22. merges three scalar surfaces into a single surface with point type P2.
  23. See also FFSPLIT, FFPTTYPE.
  24.